ComponentOne Xamarin.Android
GetAutofillHints Method (CalendarSlotsPanel<S>)


C1.Android.Calendar Assembly > C1.Android.Calendar Namespace > CalendarSlotsPanel<S> Class : GetAutofillHints Method
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("getAutofillHints", 
   "()[Ljava/lang/String;", 
   "GetGetAutofillHintsHandler", 
   ApiSince=26)>
Public Overridable Function GetAutofillHints() As String()
'Usage
 
Dim instance As CalendarSlotsPanel(Of S)
Dim value() As String
 
value = instance.GetAutofillHints()
[Android.Runtime.Register("getAutofillHints", 
   "()[Ljava/lang/String;", 
   "GetGetAutofillHintsHandler", 
   ApiSince=26)]
public virtual string[] GetAutofillHints()
See Also

Reference

CalendarSlotsPanel<S> Class
CalendarSlotsPanel<S> Members